[INFO] fetching crate clarax 1.0.1...
[INFO] testing clarax-1.0.1 against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] extracting crate clarax 1.0.1 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate clarax 1.0.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate clarax 1.0.1
[INFO] tweaked toml for crates.io crate clarax 1.0.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate clarax 1.0.1 on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate clarax 1.0.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3522c8c76c86d41e682419d48017213643f0a05a6175a3e4cf8971b4fd72a7ec
[INFO] running `Command { std: "docker" "start" "3522c8c76c86d41e682419d48017213643f0a05a6175a3e4cf8971b4fd72a7ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3522c8c76c86d41e682419d48017213643f0a05a6175a3e4cf8971b4fd72a7ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3522c8c76c86d41e682419d48017213643f0a05a6175a3e4cf8971b4fd72a7ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3522c8c76c86d41e682419d48017213643f0a05a6175a3e4cf8971b4fd72a7ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling clarax-build-config v1.0.1
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling clarax-ffi v1.0.1
[INFO] [stderr]    Compiling clarax v1.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling clarax-macros-backend v1.0.1
[INFO] [stderr]    Compiling clarax-macros v1.0.1
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:273:10
[INFO] [stdout]     |
[INFO] [stdout] 273 |     impl !Ungil for crate::Python<'_> {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:276:10
[INFO] [stdout]     |
[INFO] [stdout] 276 |     impl !Ungil for crate::PyAny {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:278:13
[INFO] [stdout]     |
[INFO] [stdout] 278 |     impl<T> !Ungil for crate::PyRef<'_, T> {}
[INFO] [stdout]     |             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:279:13
[INFO] [stdout]     |
[INFO] [stdout] 279 |     impl<T> !Ungil for crate::PyRefMut<'_, T> {}
[INFO] [stdout]     |             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:282:10
[INFO] [stdout]     |
[INFO] [stdout] 282 |     impl !Ungil for crate::ffi::PyObject {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:283:10
[INFO] [stdout]     |
[INFO] [stdout] 283 |     impl !Ungil for crate::ffi::PyLongObject {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:285:10
[INFO] [stdout]     |
[INFO] [stdout] 285 |     impl !Ungil for crate::ffi::PyThreadState {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:286:10
[INFO] [stdout]     |
[INFO] [stdout] 286 |     impl !Ungil for crate::ffi::PyInterpreterState {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:287:10
[INFO] [stdout]     |
[INFO] [stdout] 287 |     impl !Ungil for crate::ffi::PyWeakReference {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:288:10
[INFO] [stdout]     |
[INFO] [stdout] 288 |     impl !Ungil for crate::ffi::PyFrameObject {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:289:10
[INFO] [stdout]     |
[INFO] [stdout] 289 |     impl !Ungil for crate::ffi::PyCodeObject {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:291:10
[INFO] [stdout]     |
[INFO] [stdout] 291 |     impl !Ungil for crate::ffi::PyDictKeysObject {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:293:10
[INFO] [stdout]     |
[INFO] [stdout] 293 |     impl !Ungil for crate::ffi::PyArena {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.63s
[INFO] running `Command { std: "docker" "inspect" "3522c8c76c86d41e682419d48017213643f0a05a6175a3e4cf8971b4fd72a7ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3522c8c76c86d41e682419d48017213643f0a05a6175a3e4cf8971b4fd72a7ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling clarax-macros-backend v1.0.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling phf_shared v0.12.1
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling phf v0.12.1
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling uuid v1.23.0
[INFO] [stderr]    Compiling send_wrapper v0.6.0
[INFO] [stderr]    Compiling assert_approx_eq v1.1.0
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling trybuild v1.0.116
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling clarax-macros v1.0.1
[INFO] [stderr]    Compiling clarax v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:273:10
[INFO] [stdout]     |
[INFO] [stdout] 273 |     impl !Ungil for crate::Python<'_> {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:276:10
[INFO] [stdout]     |
[INFO] [stdout] 276 |     impl !Ungil for crate::PyAny {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:278:13
[INFO] [stdout]     |
[INFO] [stdout] 278 |     impl<T> !Ungil for crate::PyRef<'_, T> {}
[INFO] [stdout]     |             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:279:13
[INFO] [stdout]     |
[INFO] [stdout] 279 |     impl<T> !Ungil for crate::PyRefMut<'_, T> {}
[INFO] [stdout]     |             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:282:10
[INFO] [stdout]     |
[INFO] [stdout] 282 |     impl !Ungil for crate::ffi::PyObject {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:283:10
[INFO] [stdout]     |
[INFO] [stdout] 283 |     impl !Ungil for crate::ffi::PyLongObject {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:285:10
[INFO] [stdout]     |
[INFO] [stdout] 285 |     impl !Ungil for crate::ffi::PyThreadState {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:286:10
[INFO] [stdout]     |
[INFO] [stdout] 286 |     impl !Ungil for crate::ffi::PyInterpreterState {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:287:10
[INFO] [stdout]     |
[INFO] [stdout] 287 |     impl !Ungil for crate::ffi::PyWeakReference {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:288:10
[INFO] [stdout]     |
[INFO] [stdout] 288 |     impl !Ungil for crate::ffi::PyFrameObject {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:289:10
[INFO] [stdout]     |
[INFO] [stdout] 289 |     impl !Ungil for crate::ffi::PyCodeObject {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:291:10
[INFO] [stdout]     |
[INFO] [stdout] 291 |     impl !Ungil for crate::ffi::PyDictKeysObject {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:293:10
[INFO] [stdout]     |
[INFO] [stdout] 293 |     impl !Ungil for crate::ffi::PyArena {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:273:10
[INFO] [stdout]     |
[INFO] [stdout] 273 |     impl !Ungil for crate::Python<'_> {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:276:10
[INFO] [stdout]     |
[INFO] [stdout] 276 |     impl !Ungil for crate::PyAny {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:278:13
[INFO] [stdout]     |
[INFO] [stdout] 278 |     impl<T> !Ungil for crate::PyRef<'_, T> {}
[INFO] [stdout]     |             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:279:13
[INFO] [stdout]     |
[INFO] [stdout] 279 |     impl<T> !Ungil for crate::PyRefMut<'_, T> {}
[INFO] [stdout]     |             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:282:10
[INFO] [stdout]     |
[INFO] [stdout] 282 |     impl !Ungil for crate::ffi::PyObject {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:283:10
[INFO] [stdout]     |
[INFO] [stdout] 283 |     impl !Ungil for crate::ffi::PyLongObject {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:285:10
[INFO] [stdout]     |
[INFO] [stdout] 285 |     impl !Ungil for crate::ffi::PyThreadState {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:286:10
[INFO] [stdout]     |
[INFO] [stdout] 286 |     impl !Ungil for crate::ffi::PyInterpreterState {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:287:10
[INFO] [stdout]     |
[INFO] [stdout] 287 |     impl !Ungil for crate::ffi::PyWeakReference {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:288:10
[INFO] [stdout]     |
[INFO] [stdout] 288 |     impl !Ungil for crate::ffi::PyFrameObject {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:289:10
[INFO] [stdout]     |
[INFO] [stdout] 289 |     impl !Ungil for crate::ffi::PyCodeObject {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:291:10
[INFO] [stdout]     |
[INFO] [stdout] 291 |     impl !Ungil for crate::ffi::PyDictKeysObject {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/marker.rs:293:10
[INFO] [stdout]     |
[INFO] [stdout] 293 |     impl !Ungil for crate::ffi::PyArena {}
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 49.78s
[INFO] running `Command { std: "docker" "inspect" "3522c8c76c86d41e682419d48017213643f0a05a6175a3e4cf8971b4fd72a7ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3522c8c76c86d41e682419d48017213643f0a05a6175a3e4cf8971b4fd72a7ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/marker.rs:273:10
[INFO] [stderr]     |
[INFO] [stderr] 273 |     impl !Ungil for crate::Python<'_> {}
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/marker.rs:276:10
[INFO] [stderr]     |
[INFO] [stderr] 276 |     impl !Ungil for crate::PyAny {}
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/marker.rs:278:13
[INFO] [stderr]     |
[INFO] [stderr] 278 |     impl<T> !Ungil for crate::PyRef<'_, T> {}
[INFO] [stderr]     |             ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/marker.rs:279:13
[INFO] [stderr]     |
[INFO] [stderr] 279 |     impl<T> !Ungil for crate::PyRefMut<'_, T> {}
[INFO] [stderr]     |             ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/marker.rs:282:10
[INFO] [stderr]     |
[INFO] [stderr] 282 |     impl !Ungil for crate::ffi::PyObject {}
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/marker.rs:283:10
[INFO] [stderr]     |
[INFO] [stderr] 283 |     impl !Ungil for crate::ffi::PyLongObject {}
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/marker.rs:285:10
[INFO] [stderr]     |
[INFO] [stderr] 285 |     impl !Ungil for crate::ffi::PyThreadState {}
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/marker.rs:286:10
[INFO] [stderr]     |
[INFO] [stderr] 286 |     impl !Ungil for crate::ffi::PyInterpreterState {}
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/marker.rs:287:10
[INFO] [stderr]     |
[INFO] [stderr] 287 |     impl !Ungil for crate::ffi::PyWeakReference {}
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/marker.rs:288:10
[INFO] [stderr]     |
[INFO] [stderr] 288 |     impl !Ungil for crate::ffi::PyFrameObject {}
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/marker.rs:289:10
[INFO] [stderr]     |
[INFO] [stderr] 289 |     impl !Ungil for crate::ffi::PyCodeObject {}
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/marker.rs:291:10
[INFO] [stderr]     |
[INFO] [stderr] 291 |     impl !Ungil for crate::ffi::PyDictKeysObject {}
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/marker.rs:293:10
[INFO] [stderr]     |
[INFO] [stderr] 293 |     impl !Ungil for crate::ffi::PyArena {}
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-05-28; consider upgrading it if it is out of date
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: `clarax` (lib) generated 13 warnings
[INFO] [stderr] warning: `clarax` (lib test) generated 13 warnings (13 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/clarax-893bad4895f8ce0d)
[INFO] [stdout] 
[INFO] [stdout] running 828 tests
[INFO] [stdout] test buffer::tests::test_compatible_size ... ok
[INFO] [stdout] test buffer::tests::test_element_type_from_format ... ok
[INFO] [stdout] test conversions::std::array::tests::array_try_from_fn ... ok
[INFO] [stdout] test buffer::tests::test_obj_getter ... ok
[INFO] [stdout] test call::tests::test_call ... ok
[INFO] [stdout] test byteswriter::tests::test_io_write ... ok
[INFO] [stdout] test byteswriter::tests::test_io_write_vectored_large ... ok
[INFO] [stdout] test buffer::tests::test_untyped_buffer ... ok
[INFO] [stdout] test conversions::std::array::tests::test_extract_bytes_to_array ... ok
[INFO] [stdout] test byteswriter::tests::test_io_write_vectored ... ok
[INFO] [stdout] test conversion::tests::test_pyclass_skip_from_py_object ... ok
[INFO] [stdout] test byteswriter::tests::test_large_data ... ok
[INFO] [stdout] test byteswriter::tests::test_pre_allocated ... ok
[INFO] [stdout] test conversions::std::array::tests::test_extract_bytearray_to_array ... ok
[INFO] [stdout] test buffer::tests::test_debug ... ok
[INFO] [stdout] test conversion::tests::test_pyclass_from_py_object ... ok
[INFO] [stdout] test conversions::std::array::tests::test_extract_small_bytearray_to_array ... ok
[INFO] [stdout] test conversions::std::array::tests::test_into_pyobject_array_conversion ... ok
[INFO] [stdout] test conversions::std::array::tests::test_intopyobject_array_conversion ... ok
[INFO] [stdout] test buffer::tests::test_bytes_buffer ... ok
[INFO] [stdout] test conversions::std::array::tests::test_pyclass_intopy_array_conversion ... ok
[INFO] [stdout] test conversions::std::array::tests::test_extract_invalid_sequence_length ... ok
[INFO] [stdout] test call::tests::test_call_positional ... ok
[INFO] [stdout] test conversions::std::map::tests::test_btreemap_to_python ... ok
[INFO] [stdout] test conversions::std::cstring::tests::test_extract_with_nul_error ... ok
[INFO] [stdout] test conversions::std::cstring::tests::test_into_pyobject ... ok
[INFO] [stdout] test conversions::std::ipaddr::test_ipaddr::test_from_pystring ... ok
[INFO] [stdout] test conversions::std::cstring::tests::test_cow_roundtrip ... ok
[INFO] [stdout] test conversions::std::num::test_128bit_integers::test_i128_max ... ok
[INFO] [stdout] test conversions::std::cstring::tests::test_extract_cstr_and_cstring ... ok
[INFO] [stdout] test conversions::std::num::test_128bit_integers::test_i128_min ... ok
[INFO] [stdout] test conversions::std::array::tests::test_extract_bytes_wrong_length ... ok
[INFO] [stdout] test conversions::std::map::tests::test_btreemap_into_py ... ok
[INFO] [stdout] test conversions::std::map::tests::test_hashmap_into_python ... ok
[INFO] [stdout] test conversions::std::num::test_128bit_integers::test_nonzero_i128_overflow ... ok
[INFO] [stdout] test conversions::std::num::test_128bit_integers::test_nonzero_i128_max ... ok
[INFO] [stdout] test conversions::std::num::test_128bit_integers::test_nonzero_u128_max ... ok
[INFO] [stdout] test conversions::std::num::test_128bit_integers::test_nonzero_i128_min ... ok
[INFO] [stdout] test conversions::std::num::tests::i128::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::test_128bit_integers::test_nonzero_i128_zero_value ... ok
[INFO] [stdout] test conversions::std::map::tests::test_hashmap_to_python ... ok
[INFO] [stdout] test conversions::std::num::tests::i128::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::test_128bit_integers::test_u128_max ... ok
[INFO] [stdout] test conversions::std::num::test_128bit_integers::test_nonzero_u128_zero_value ... ok
[INFO] [stdout] test conversions::std::num::test_128bit_integers::test_i128_overflow ... ok
[INFO] [stdout] test conversions::std::num::test_128bit_integers::test_nonzero_u128_overflow ... ok
[INFO] [stdout] test conversions::std::num::test_128bit_integers::test_u128_overflow ... ok
[INFO] [stdout] test conversions::std::num::tests::i16::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::i32::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::i16::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::i128::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::i32::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::i64::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::i16::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::i64::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::i8::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::i64::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::i32::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::array::tests::test_array_intopyobject_impl ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_i128::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::isize::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_i128::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_i16::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::isize::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::isize::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_i128::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::i8::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::i8::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::array::tests::test_extract_non_iterable_to_array ... ok
[INFO] [stdout] test buffer::tests::test_array_buffer ... ok
[INFO] [stdout] test conversions::std::ipaddr::test_ipaddr::test_roundtrip ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_i16::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_isize::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_i8::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_i64::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_i64::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_i32::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_i8::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_isize::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_i16::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_i8::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_i32::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_isize::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_u16::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_u32::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_u128::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_u64::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_u8::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_i32::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_u128::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_u128::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_u8::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_i64::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_u32::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::test_i64_bool ... ok
[INFO] [stdout] test conversions::std::num::tests::test_i64_f64 ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_u64::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_usize::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::test_i64_max ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_u8::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_u16::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_u32::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_usize::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_u64::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_u16::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::test_nonzero_i64_max ... ok
[INFO] [stdout] test conversions::std::num::tests::u128::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::test_nonzero_i64_min ... ok
[INFO] [stdout] test conversions::std::num::tests::test_u64_max ... ok
[INFO] [stdout] test conversions::std::num::tests::test_u32_max ... ok
[INFO] [stdout] test conversions::std::num::tests::u128::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::nonzero_usize::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::test_nonzero_u64_max ... ok
[INFO] [stdout] test conversions::std::num::tests::test_i64_min ... ok
[INFO] [stdout] test conversions::std::num::tests::u16::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::u16::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::u32::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::u32::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::u8::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::u128::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::u64::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::u64::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::test_nonzero_u32_max ... ok
[INFO] [stdout] test conversions::std::num::tests::u32::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::u16::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::num::tests::u64::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::usize::from_py_float_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::u8::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::num::tests::usize::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::osstr::tests::test_intopyobject_roundtrip ... FAILED
[INFO] [stdout] test conversions::std::num::tests::usize::from_py_string_type_error ... ok
[INFO] [stdout] test conversions::std::path::tests::test_extract_cow ... ok
[INFO] [stdout] test conversions::std::set::tests::test_set_into_pyobject ... ok
[INFO] [stdout] test conversions::std::slice::tests::test_slice_intopyobject_impl ... ok
[INFO] [stdout] test conversions::std::osstr::tests::test_extract_cow ... ok
[INFO] [stdout] test conversions::std::osstr::tests::test_non_utf8_conversion ... ok
[INFO] [stdout] test conversions::std::num::tests::u8::to_py_object_and_back ... ok
[INFO] [stdout] test conversions::std::path::tests::test_from_pystring ... FAILED
[INFO] [stdout] test conversions::std::slice::tests::test_cow_intopyobject_impl ... ok
[INFO] [stdout] test conversions::std::string::tests::test_non_bmp ... ok
[INFO] [stdout] test conversions::std::set::tests::test_extract_btreeset ... ok
[INFO] [stdout] test conversions::std::slice::tests::test_cow_impl ... ok
[INFO] [stdout] test conversions::std::set::tests::test_extract_hashset ... ok
[INFO] [stdout] test conversions::std::string::tests::test_extract_char ... ok
[INFO] [stdout] test conversions::std::slice::tests::test_extract_bytes ... ok
[INFO] [stdout] test conversions::std::string::tests::test_extract_char_err ... ok
[INFO] [stdout] test conversions::std::time::tests::test_duration_into_pyobject_overflow ... ok
[INFO] [stdout] test conversions::std::string::tests::test_string_into_pyobject ... ok
[INFO] [stdout] test conversions::std::string::tests::test_extract_str ... ok
[INFO] [stdout] test conversions::std::vec::tests::test_extract_bytearray_to_vec ... ok
[INFO] [stdout] test conversions::std::vec::tests::test_extract_range_to_vec ... ok
[INFO] [stdout] test conversions::std::vec::tests::test_extract_bytes_to_vec ... ok
[INFO] [stdout] test conversions::std::vec::tests::test_strings_cannot_be_extracted_to_vec ... ok
[INFO] [stdout] test conversions::std::vec::tests::test_vec_intopyobject_impl ... ok
[INFO] [stdout] test conversions::std::vec::tests::test_vec_reference_intopyobject_impl ... ok
[INFO] [stdout] test err::cast_error::tests::test_display_cast_error ... ok
[INFO] [stdout] test err::cast_error::tests::test_display_cast_error_with_none ... ok
[INFO] [stdout] test conversions::std::time::tests::test_duration_into_pyobject ... ok
[INFO] [stdout] test err::cast_error::tests::test_display_cast_into_error ... ok
[INFO] [stdout] test conversions::std::time::tests::test_time_frompyobject ... ok
[INFO] [stdout] test err::cast_error::tests::test_pyerr_from_cast_into_error ... ok
[INFO] [stdout] test conversions::std::time::tests::test_time_intopyobject_overflow ... ok
[INFO] [stdout] test err::cast_error::tests::test_pyerr_from_cast_error ... ok
[INFO] [stdout] test err::downcast_error::tests::test_display_downcast_into_error ... ok
[INFO] [stdout] test err::downcast_error::tests::test_display_downcast_error ... ok
[INFO] [stdout] test conversions::std::time::tests::test_duration_frompyobject_negative ... ok
[INFO] [stdout] test err::downcast_error::tests::test_pyerr_from_downcast_into_error ... ok
[INFO] [stdout] test err::cast_error::tests::test_display_cast_error_with_tuple ... ok
[INFO] [stdout] test conversions::std::vec::tests::test_extract_tuple_to_vec ... ok
[INFO] [stdout] test conversions::std::time::tests::test_duration_frompyobject ... ok
[INFO] [stdout] test err::downcast_error::tests::test_pyerr_from_downcast_error ... ok
[INFO] [stdout] test conversions::std::time::tests::test_time_frompyobject_before_epoch ... ok
[INFO] [stdout] test err::impls::tests::utf8_errors ... ok
[INFO] [stdout] test conversions::std::string::tests::test_cow_into_pyobject ... ok
[INFO] [stdout] test err::tests::no_error ... ok
[INFO] [stdout] test err::err_state::tests::test_reentrant_normalization - should panic ... ok
[INFO] [stderr] pyo3_runtime.PanicException: new panic
[INFO] [stdout] test err::tests::fetching_panic_exception_resumes_unwind - should panic ... ok
[INFO] [stdout] test err::tests::err_display ... ok
[INFO] [stdout] test conversions::std::time::tests::test_time_intopyobject ... ok
[INFO] [stdout] test err::tests::invalid_error_type ... ok
[INFO] [stdout] test err::tests::err_debug ... ok
[INFO] [stdout] test err::tests::test_pyerr_send_sync ... ok
[INFO] [stdout] test err::tests::test_pyerr_matches ... ok
[INFO] [stdout] test err::tests::test_pyerr_cause ... ok
[INFO] [stdout] test err::tests::set_typeerror ... ok
[INFO] [stdout] test err::err_state::tests::test_no_deadlock_thread_switch ... ok
[INFO] [stdout] test err::tests::test_add_note ... ok
[INFO] [stdout] test err::tests::set_valueerror ... ok
[INFO] [stdout] test err::tests::test_set_context ... ok
[INFO] [stdout] test err::impls::tests::io_errors ... ok
[INFO] [stdout] test exceptions::socket::tests::gaierror ... ok
[INFO] [stdout] test exceptions::socket::tests::timeout ... ok
[INFO] [stdout] test exceptions::socket::tests::herror ... ok
[INFO] [stdout] test exceptions::tests::PyArithmeticError ... ok
[INFO] [stdout] test exceptions::tests::PyAssertionError ... ok
[INFO] [stdout] test exceptions::tests::PyBaseException ... ok
[INFO] [stdout] test exceptions::tests::PyAttributeError ... ok
[INFO] [stdout] test exceptions::tests::PyBaseExceptionGroup ... ok
[INFO] [stdout] test exceptions::tests::PyBrokenPipeError ... ok
[INFO] [stdout] test exceptions::tests::PyBlockingIOError ... ok
[INFO] [stdout] test exceptions::tests::PyBufferError ... ok
[INFO] [stdout] test exceptions::tests::PyChildProcessError ... ok
[INFO] [stdout] test exceptions::tests::PyConnectionAbortedError ... ok
[INFO] [stdout] test exceptions::tests::PyConnectionError ... ok
[INFO] [stdout] test exceptions::tests::PyConnectionRefusedError ... ok
[INFO] [stdout] test exceptions::tests::PyBytesWarning ... ok
[INFO] [stdout] test exceptions::tests::PyConnectionResetError ... ok
[INFO] [stdout] test exceptions::tests::PyEOFError ... ok
[INFO] [stdout] test exceptions::tests::PyDeprecationWarning ... ok
[INFO] [stdout] test exceptions::tests::PyEncodingWarning ... ok
[INFO] [stdout] test exceptions::tests::PyEnvironmentError ... ok
[INFO] [stdout] test exceptions::tests::PyException ... ok
[INFO] [stdout] test exceptions::tests::PyFileNotFoundError ... ok
[INFO] [stdout] test exceptions::tests::PyFileExistsError ... ok
[INFO] [stdout] test exceptions::tests::PyFloatingPointError ... ok
[INFO] [stdout] test exceptions::tests::PyFutureWarning ... ok
[INFO] [stdout] test exceptions::tests::PyIOError ... ok
[INFO] [stdout] test err::tests::warnings ... ok
[INFO] [stdout] test exceptions::tests::PyImportError ... ok
[INFO] [stdout] test exceptions::tests::PyGeneratorExit ... ok
[INFO] [stdout] test conversions::std::num::test_128bit_integers::test_nonzero_u128_roundtrip ... ok
[INFO] [stdout] test exceptions::tests::PyImportWarning ... ok
[INFO] [stdout] test exceptions::tests::PyIndexError ... ok
[INFO] [stdout] test exceptions::tests::PyIsADirectoryError ... ok
[INFO] [stdout] test exceptions::tests::PyKeyError ... ok
[INFO] [stdout] test exceptions::tests::PyInterruptedError ... ok
[INFO] [stdout] test exceptions::tests::PyKeyboardInterrupt ... ok
[INFO] [stdout] test exceptions::tests::PyNameError ... ok
[INFO] [stdout] test exceptions::tests::PyModuleNotFoundError ... ok
[INFO] [stdout] test exceptions::tests::PyMemoryError ... ok
[INFO] [stdout] test exceptions::tests::PyLookupError ... ok
[INFO] [stdout] test exceptions::tests::PyOSError ... ok
[INFO] [stdout] test conversions::std::num::test_128bit_integers::test_i128_roundtrip ... ok
[INFO] [stdout] test exceptions::tests::PyNotImplementedError ... ok
[INFO] [stdout] test conversions::std::num::test_128bit_integers::test_u128_roundtrip ... ok
[INFO] [stdout] test exceptions::tests::PyNotADirectoryError ... ok
[INFO] [stdout] test exceptions::tests::PyOverflowError ... ok
[INFO] [stdout] test exceptions::tests::PyProcessLookupError ... ok
[INFO] [stdout] test exceptions::tests::PyPendingDeprecationWarning ... ok
[INFO] [stdout] test exceptions::tests::PyPermissionError ... ok
[INFO] [stdout] test exceptions::tests::PyRuntimeWarning ... ok
[INFO] [stdout] test exceptions::tests::PyStopIteration ... ok
[INFO] [stdout] test exceptions::tests::PyStopAsyncIteration ... ok
[INFO] [stdout] test exceptions::tests::PyRecursionError ... ok
[INFO] [stdout] test exceptions::tests::PyReferenceError ... ok
[INFO] [stdout] test exceptions::tests::PyRuntimeError ... ok
[INFO] [stdout] test exceptions::tests::PySyntaxWarning ... ok
[INFO] [stdout] test exceptions::tests::PySystemError ... ok
[INFO] [stdout] test exceptions::tests::PySyntaxError ... ok
[INFO] [stdout] test exceptions::tests::PySystemExit ... ok
[INFO] [stdout] test exceptions::tests::PyTypeError ... ok
[INFO] [stdout] test exceptions::tests::PyUnicodeDecodeError ... ok
[INFO] [stdout] test exceptions::tests::PyTimeoutError ... ok
[INFO] [stdout] test exceptions::tests::PyUnboundLocalError ... ok
[INFO] [stdout] test exceptions::tests::PyUnicodeWarning ... ok
[INFO] [stdout] test exceptions::tests::PyUnicodeEncodeError ... ok
[INFO] [stdout] test exceptions::tests::PyUserWarning ... ok
[INFO] [stdout] test exceptions::tests::PyUnicodeError ... ok
[INFO] [stdout] test exceptions::tests::PyUnicodeTranslateError ... ok
[INFO] [stdout] test conversions::std::num::test_128bit_integers::test_nonzero_i128_roundtrip ... ok
[INFO] [stdout] test exceptions::tests::custom_exception_doc ... ok
[INFO] [stdout] test exceptions::tests::custom_exception ... ok
[INFO] [stdout] test exceptions::tests::PyZeroDivisionError ... ok
[INFO] [stdout] test exceptions::tests::PyValueError ... ok
[INFO] [stdout] test exceptions::tests::custom_exception_dotted_module ... ok
[INFO] [stdout] test exceptions::tests::native_exception_debug ... ok
[INFO] [stdout] test exceptions::tests::custom_exception_doc_expr ... ok
[INFO] [stdout] test exceptions::tests::unicode_decode_error ... ok
[INFO] [stdout] test exceptions::tests::PyWarning ... ok
[INFO] [stdout] test exceptions::tests::unicode_decode_error_from_utf8 ... ok
[INFO] [stdout] test ffi::tests::ascii_object_bitfield ... ok
[INFO] [stdout] test exceptions::tests::native_exception_display ... ok
[INFO] [stdout] test exceptions::tests::test_check_exception ... ok
[INFO] [stdout] test ffi::tests::ascii ... ok
[INFO] [stdout] test ffi::tests::test_date_fromtimestamp ... ok
[INFO] [stdout] test ffi::tests::test_datetime_fromtimestamp ... ok
[INFO] [stdout] test ffi::tests::test_timezone_from_offset_and_name ... ok
[INFO] [stdout] test ffi::tests::test_inc_dec_ref ... ok
[INFO] [stdout] test ffi::tests::test_inc_dec_ref_immortal ... ok
[INFO] [stdout] test ffi::tests::test_timezone_from_offset ... ok
[INFO] [stdout] test ffi::tests::test_get_tzinfo ... ok
[INFO] [stdout] test ffi::tests::test_utc_timezone ... ok
[INFO] [stdout] test impl_::concat::tests::test_combine_to_array ... ok
[INFO] [stdout] test impl_::concat::tests::test_combined_len ... ok
[INFO] [stdout] test ffi::tests::ucs4 ... ok
[INFO] [stdout] test fmt::tests::test_pystring_from_fmt ... ok
[INFO] [stdout] test fmt::tests::test_complex_format ... ok
[INFO] [stdout] test impl_::extract_argument::tests::keyword_not_string ... ok
[INFO] [stdout] test impl_::extract_argument::tests::push_parameter_list_empty ... ok
[INFO] [stdout] test impl_::extract_argument::tests::push_parameter_list_four ... ok
[INFO] [stdout] test impl_::extract_argument::tests::push_parameter_list_one ... ok
[INFO] [stdout] test impl_::extract_argument::tests::push_parameter_list_two ... ok
[INFO] [stdout] test impl_::extract_argument::tests::push_parameter_list_three ... ok
[INFO] [stdout] test conversions::std::path::tests::test_non_utf8_conversion ... ok
[INFO] [stdout] test impl_::pyclass::assertions::tests::test_assert_pyclass_send_sync ... ok
[INFO] [stdout] test impl_::extract_argument::tests::unexpected_keyword_argument ... ok
[INFO] [stdout] test impl_::pyclass::doc::tests::test_doc_bytes_as_cstr ... ok
[INFO] [stdout] test impl_::pyclass::doc::tests::test_doc_generator ... ok
[INFO] [stdout] test impl_::pyclass::tests::get_py_for_frozen_class ... ok
[INFO] [stdout] test impl_::pyclass::tests::get_py_for_non_frozen_class ... ok
[INFO] [stdout] test impl_::pyclass::tests::test_field_getter_generator ... ok
[INFO] [stdout] test impl_::pyclass::tests::test_field_getter_generator_py_field_frozen ... ok
[INFO] [stdout] test impl_::pyclass::tests::test_field_getter_generator_py_field_non_frozen ... ok
[INFO] [stdout] test impl_::concat::tests::test_combine_to_array_buffer_too_big - should panic ... ok
[INFO] [stdout] test impl_::pymodule::tests::module_def_new ... ok
[INFO] [stdout] test impl_::concat::tests::test_combine_to_array_buffer_too_small - should panic ... ok
[INFO] [stdout] test impl_::pyclass::doc::tests::test_doc_bytes_as_cstr_central_nul - should panic ... ok
[INFO] [stdout] test impl_::pyclass::doc::tests::test_doc_bytes_as_cstr_not_nul_terminated - should panic ... ok
[INFO] [stdout] test impl_::unindent::tests::test_unindent_const ... ok
[INFO] [stdout] test conversions::std::path::tests::test_intopyobject_roundtrip ... FAILED
[INFO] [stdout] test impl_::unindent::tests::test_unindent_const_no_indent ... ok
[INFO] [stdout] test impl_::unindent::tests::test_unindent_const_removes_empty_first_line ... ok
[INFO] [stdout] test impl_::extract_argument::tests::missing_required_arguments ... ok
[INFO] [stdout] test impl_::unindent::tests::test_unindent_function ... ok
[INFO] [stdout] test impl_::pyfunction::tests::test_wrap_pyfunction_forms ... ok
[INFO] [stdout] test impl_::pymethods::tests::test_fastcall_function_with_keywords ... ok
[INFO] [stdout] test impl_::pymodule::tests::test_build_maximal_slots ... ok
[INFO] [stdout] test impl_::pymodule::tests::module_init ... ok
[INFO] [stdout] test impl_::unindent::tests::test_unindent_macro_runtime ... ok
[INFO] [stdout] test impl_::wrap::tests::wrap_option ... ok
[INFO] [stdout] test exceptions::tests::test_check_exception_nested ... ok
[INFO] [stdout] test instance::tests::invalid_attr ... ok
[INFO] [stdout] test instance::tests::borrowed_ptr_constructors ... ok
[INFO] [stdout] test instance::tests::bound_from_borrowed_ptr_constructors ... ok
[INFO] [stdout] test impl_::pymodule::tests::test_module_slots_builder_overflow - should panic ... ok
[INFO] [stdout] test instance::tests::explicit_drop_ref ... ok
[INFO] [stdout] test instance::tests::py_from_dict ... ok
[INFO] [stdout] test instance::tests::attr ... ok
[INFO] [stdout] test instance::tests::pyobject_from_py ... ok
[INFO] [stdout] test instance::tests::test_borrowed_identity ... ok
[INFO] [stdout] test instance::tests::test_bound_as_any ... ok
[INFO] [stdout] test instance::tests::test_bound_into_any ... ok
[INFO] [stdout] test instance::tests::test_bound_py_conversions ... ok
[INFO] [stdout] test instance::tests::test_call_for_non_existing_method ... ok
[INFO] [stdout] test instance::tests::test_py_is_truthy ... ok
[INFO] [stdout] test instance::tests::test_debug_fmt ... ok
[INFO] [stdout] test instance::tests::test_call_tuple_ref ... ok
[INFO] [stdout] test instance::tests::test_py2_into_py_object ... ok
[INFO] [stdout] test instance::tests::test_py2_from_py_object ... ok
[INFO] [stdout] test instance::tests::test_call ... ok
[INFO] [stdout] test instance::tests::using_macros::test_into_super ... ok
[INFO] [stdout] test instance::tests::using_macros::bound_borrow_methods ... ok
[INFO] [stdout] test instance::tests::test_display_fmt ... ok
[INFO] [stdout] test internal::state::tests::test_attach_counts ... ok
[INFO] [stdout] test instance::tests::using_macros::test_frozen_get ... ok
[INFO] [stdout] test instance::tests::using_macros::py_borrow_methods ... ok
[INFO] [stdout] test internal::state::tests::recursive_attach_ok ... ok
[INFO] [stdout] test instance::tests::test_constructors_panic_on_null ... ok
[INFO] [stdout] test instance::tests::pystring_attr ... ok
[INFO] [stdout] test marker::tests::python_is_zst ... ok
[INFO] [stdout] test internal::state::tests::test_drop_deferred_references_does_not_deadlock ... ok
[INFO] [stdout] test internal::state::tests::test_pyobject_drop_attached_decreases_refcnt ... ok
[INFO] [stdout] test internal::state::tests::test_detach ... ok
[INFO] [stdout] test marker::tests::test_detach_releases_and_acquires_gil ... ok
[INFO] [stdout] test marker::tests::test_acquire_gil ... ok
[INFO] [stdout] test marker::tests::test_detach_pass_stuff_in ... ok
[INFO] [stdout] test marker::tests::test_py_run_inserts_globals ... ok
[INFO] [stdout] test instance::tests::using_macros::test_as_super ... ok
[INFO] [stdout] test internal::state::tests::test_attach_guard_drop_deferred_references ... ok
[INFO] [stdout] test internal::state::tests::test_pyobject_drop_detached_doesnt_decrease_refcnt ... ok
[INFO] [stdout] test marker::tests::test_py_run_inserts_globals_2 ... ok
[INFO] [stdout] test marker::tests::test_try_attach_fail_during_gc ... ok
[INFO] [stdout] test marshal::tests::marshal_roundtrip ... ok
[INFO] [stdout] test marker::tests::test_eval ... ok
[INFO] [stdout] test marker::tests::test_ellipsis ... ok
[INFO] [stdout] test pybacked::test::py_backed_bytes_empty ... ok
[INFO] [stdout] test pybacked::test::py_backed_bytes_from_bytearray ... ok
[INFO] [stdout] test marker::tests::test_detach_panics_safely ... ok
[INFO] [stdout] test pybacked::test::py_backed_bytes ... ok
[INFO] [stdout] test pybacked::test::py_backed_bytes_into_pyobject ... ok
[INFO] [stdout] test pybacked::test::py_backed_bytes_from_bytes ... ok
[INFO] [stdout] test marker::tests::test_try_attach_ok_when_detached ... ok
[INFO] [stdout] test pybacked::test::py_backed_str ... ok
[INFO] [stdout] test pybacked::test::rust_backed_bytes_into_pyobject ... ok
[INFO] [stdout] test pybacked::test::py_backed_str_empty ... ok
[INFO] [stdout] test pybacked::test::test_backed_bytes_from_bytearray_clone_ref ... ok
[INFO] [stdout] test pybacked::test::test_backed_str_as_py_str ... ok
[INFO] [stdout] test pybacked::test::test_backed_bytes_eq ... ok
[INFO] [stdout] test pybacked::test::test_backed_bytes_hash ... ok
[INFO] [stdout] test pybacked::test::py_backed_str_try_from ... ok
[INFO] [stdout] test pybacked::test::test_backed_str_clone_ref ... ok
[INFO] [stdout] test pybacked::test::test_backed_str_as_str ... ok
[INFO] [stdout] test pybacked::test::test_backed_str_map_key ... ok
[INFO] [stdout] test pybacked::test::py_backed_str_into_pyobject ... ok
[INFO] [stdout] test pybacked::test::test_backed_types_send_sync ... ok
[INFO] [stdout] test pybacked::test::test_backed_str_ord ... ok
[INFO] [stdout] test pycell::impl_::tests::test_inherited_mutability ... ok
[INFO] [stdout] test pybacked::test::test_backed_str_eq ... ok
[INFO] [stdout] test pybacked::test::test_backed_bytes_ord ... ok
[INFO] [stdout] test pybacked::test::test_backed_bytes_from_bytes_clone_ref ... ok
[INFO] [stdout] test pycell::impl_::tests::test_inherited_size ... ok
[INFO] [stdout] test pycell::impl_::tests::test_mutable_borrow_prevents_further_borrows ... ok
[INFO] [stdout] test pycell::tests::test_into_frozen_super_mutable_base_holds_borrow ... ok
[INFO] [stdout] test pybacked::test::test_backed_str_hash ... ok
[INFO] [stdout] test pycell::tests::test_as_ptr ... ok
[INFO] [stdout] test pycell::impl_::tests::test_immutable_borrows_prevent_mutable_borrows ... ok
[INFO] [stdout] test pyclass::gc::tests::py_visit_not_send_sync ... ok
[INFO] [stdout] test pycell::tests::test_pyref_as_super ... ok
[INFO] [stdout] test pycell::tests::test_pyrefmut_as_super ... ok
[INFO] [stdout] test pyclass::guard::tests::test_extract_guard ... ok
[INFO] [stdout] test pycell::tests::test_into_frozen_super_released_borrow ... ok
[INFO] [stdout] test pycell::tests::test_into_ptr ... ok
[INFO] [stdout] test pycell::tests::test_pyrefs_in_python ... ok
[INFO] [stdout] test pyclass::guard::tests::test_pyclassguard_map_unrelated ... ok
[INFO] [stdout] test pyclass::guard::tests::test_into_frozen_super_released_borrow ... ok
[INFO] [stdout] test pyclass::guard::tests::test_pyclassguardmut_into_pyobject ... ok
[INFO] [stdout] test pyclass::guard::tests::test_pyclassguard_as_super ... ok
[INFO] [stdout] test pyclass::guard::tests::test_into_frozen_super_mutable_base_holds_borrow ... ok
[INFO] [stdout] test pyclass::guard::tests::test_pyclassguardmut_as_super ... ok
[INFO] [stdout] test pyclass::guard::tests::test_pyclassguardmut_map ... ok
[INFO] [stdout] test pyclass::guard::tests::test_pyclassguards_in_python ... ok
[INFO] [stdout] test pyclass::guard::tests::test_pyclassguard_into_pyobject ... ok
[INFO] [stdout] test pyclass::guard::tests::test_pyclassguard_map ... ok
[INFO] [stdout] test pycell::impl_::tests::test_thread_safety ... ok
[INFO] [stdout] test pyclass::tests::test_compare_op_matches ... ok
[INFO] [stdout] test sync::once_lock::tests::test_once_cell_drop ... ok
[INFO] [stdout] test sync::once_lock::tests::test_once_cell ... ok
[INFO] [stdout] test sync::tests::test_intern ... ok
[INFO] [stdout] test sync::tests::test_once_cell_drop ... ok
[INFO] [stdout] test sync::tests::test_once_cell ... ok
[INFO] [stdout] test sync::critical_section::tests::test_critical_section2_same_object_no_deadlock ... ok
[INFO] [stdout] test sync::critical_section::tests::test_critical_section ... ok
[INFO] [stdout] test sync::critical_section::tests::test_critical_section2 ... ok
[INFO] [stdout] test sync::tests::test_rwlock_ext_poison ... ok
[INFO] [stdout] test sync::tests::test_mutex_ext_poison ... ok
[INFO] [stdout] test tests::hygiene::pyfunction::invoke_wrap_pyfunction ... ok
[INFO] [stdout] test sync::tests::test_mutex_ext ... ok
[INFO] [stdout] test sync::tests::test_once_ext ... ok
[INFO] [stdout] test types::any::tests::test_any_is_exact_instance ... ok
[INFO] [stdout] test sync::tests::test_once_lock_ext ... ok
[INFO] [stdout] test sync::tests::test_rwlock_ext_reader_blocks_writer ... ok
[INFO] [stdout] test types::any::tests::test_any_is_instance_of ... ok
[INFO] [stdout] test types::any::tests::test_call_with_kwargs ... ok
[INFO] [stdout] test types::any::tests::test_call_method0 ... ok
[INFO] [stdout] test types::any::tests::test_dir ... ok
[INFO] [stdout] test types::any::tests::test_call_for_non_existing_method ... ok
[INFO] [stdout] test types::any::tests::test_eq_methods_floats ... ok
[INFO] [stdout] test types::any::tests::test_any_is_instance ... ok
[INFO] [stdout] test types::any::tests::test_eq_methods_bools ... ok
[INFO] [stdout] test types::any::tests::test_eq_methods_integers ... ok
[INFO] [stdout] test sync::critical_section::tests::test_critical_section2_two_containers ... ok
[INFO] [stdout] test types::any::tests::test_fallible_dir ... ok
[INFO] [stdout] test types::any::tests::test_hasattr ... ok
[INFO] [stdout] test types::any::tests::test_hasattr_error ... ok
[INFO] [stdout] test types::any::tests::test_is_empty ... ok
[INFO] [stdout] test types::any::tests::test_getattr_opt ... ok
[INFO] [stdout] test types::any::tests::test_is_callable ... ok
[INFO] [stdout] test types::any::tests::test_eq_methods_strings ... ok
[INFO] [stdout] test sync::tests::test_rwlock_ext_writer_blocks_reader ... ok
[INFO] [stdout] test types::any::tests::test_lookup_special ... ok
[INFO] [stdout] test types::boolobject::tests::test_true ... ok
[INFO] [stdout] test types::any::tests::test_nan_eq ... ok
[INFO] [stdout] test types::boolobject::tests::test_false ... ok
[INFO] [stdout] test types::bytearray::tests::test_as_bytes ... ok
[INFO] [stdout] test types::any::tests::test_rich_compare_type_error ... ok
[INFO] [stdout] test types::bytearray::tests::test_byte_array_new_with ... ok
[INFO] [stdout] test types::bytearray::tests::test_byte_array_new_with_zero_initialised ... ok
[INFO] [stdout] test types::any::tests::test_type ... ok
[INFO] [stdout] test types::bytearray::tests::test_byte_array_new_with_error ... ok
[INFO] [stdout] test types::boolobject::tests::test_pybool_comparisons ... ok
[INFO] [stdout] test types::bytearray::tests::test_from ... ok
[INFO] [stdout] test types::bytearray::tests::test_len ... ok
[INFO] [stdout] test types::bytearray::tests::test_resize ... ok
[INFO] [stdout] test types::bytes::tests::test_as_ref_slice ... ok
[INFO] [stdout] test types::bytes::tests::test_as_string ... ok
[INFO] [stdout] test types::any::tests::test_any_is_exact_instance_of ... ok
[INFO] [stdout] test types::bytearray::tests::test_as_bytes_mut ... ok
[INFO] [stdout] test types::bytes::tests::test_bound_bytes_index ... ok
[INFO] [stdout] test types::bytearray::tests::test_try_from ... ok
[INFO] [stdout] test types::any::tests::test_any_contains ... ok
[INFO] [stdout] test types::bytearray::tests::test_to_vec ... ok
[INFO] [stdout] test types::bytes::tests::test_bytes_new_with ... ok
[INFO] [stdout] test types::bytes::tests::test_bytes_index ... ok
[INFO] [stdout] test types::bytes::tests::test_with_writer ... ok
[INFO] [stdout] test types::bytes::tests::test_bytes_new_with_zero_initialised ... ok
[INFO] [stdout] test types::capsule::tests::test_pycapsule_context ... ok
[INFO] [stdout] test types::bytes::tests::test_bytes_new_with_error ... ok
[INFO] [stdout] test types::bytes::tests::test_comparisons ... ok
[INFO] [stdout] test types::bytearray::tests::test_from_err ... ok
[INFO] [stdout] test types::capsule::tests::test_pycapsule_import_wrong_attribute ... ok
[INFO] [stdout] test types::capsule::tests::test_capsule_with_zero_sized_type ... ok
[INFO] [stdout] test types::capsule::tests::test_pycapsule_func ... ok
[INFO] [stdout] test types::capsule::tests::test_pycapsule_is_valid_checked_no_name ... ok
[INFO] [stdout] test types::capsule::tests::test_pycapsule_import_wrong_module ... ok
[INFO] [stdout] test types::capsule::tests::test_pycapsule_new_with_pointer ... ok
[INFO] [stdout] test types::capsule::tests::test_pycapsule_import ... ok
[INFO] [stdout] test types::capsule::tests::test_pycapsule_is_valid_checked_wrong_name ... ok
[INFO] [stdout] test types::capsule::tests::test_pycapsule_context_on_invalid_capsule ... ok
[INFO] [stdout] test types::capsule::tests::test_pycapsule_new_with_pointer_and_destructor ... ok
[INFO] [stdout] test types::capsule::tests::test_vec_context ... ok
[INFO] [stdout] test types::capsule::tests::test_pycapsule_pointer_checked_wrong_name ... ok
[INFO] [stdout] test types::capsule::tests::test_vec_storage ... ok
[INFO] [stdout] test types::capsule::tests::test_pycapsule_struct ... ok
[INFO] [stdout] test types::capsule::tests::test_pycapsule_no_name ... ok
[INFO] [stdout] test types::capsule::tests::test_pycapsule_pointer_checked_none_vs_some ... ok
[INFO] [stdout] test types::complex::not_limited_impls::tests::test_abs ... ok
[INFO] [stdout] test types::complex::not_limited_impls::tests::test_div ... ok
[INFO] [stdout] test types::complex::not_limited_impls::tests::test_mul ... ok
[INFO] [stdout] test types::complex::not_limited_impls::tests::test_add ... ok
[INFO] [stdout] test types::bytearray::tests::test_data_integrity_in_critical_section ... ok
[INFO] [stdout] test types::capsule::tests::test_pycapsule_destructor ... ok
[INFO] [stdout] test types::code::tests::test_type_object ... ok
[INFO] [stdout] test types::complex::not_limited_impls::tests::test_neg ... ok
[INFO] [stdout] test types::complex::not_limited_impls::tests::test_pow ... ok
[INFO] [stdout] test types::complex::not_limited_impls::tests::test_sub ... ok
[INFO] [stdout] test types::datetime::tests::test_date_fromtimestamp ... ok
[INFO] [stdout] test types::complex::tests::test_from_double ... ok
[INFO] [stdout] test types::datetime::tests::test_datetime_fromtimestamp ... ok
[INFO] [stdout] test types::datetime::tests::test_get_tzinfo ... ok
[INFO] [stdout] test types::datetime::tests::test_new_with_fold ... ok
[INFO] [stdout] test types::dict::tests::dict_as_mapping ... ok
[INFO] [stdout] test types::dict::tests::dict_into_mapping ... ok
[INFO] [stdout] test types::dict::tests::dict_items_view ... ok
[INFO] [stdout] test types::dict::tests::dict_keys_view ... ok
[INFO] [stdout] test types::dict::tests::dict_update ... ok
[INFO] [stdout] test types::dict::tests::dict_values_view ... ok
[INFO] [stdout] test types::dict::tests::test_btreemap_into_dict ... ok
[INFO] [stdout] test types::dict::tests::test_contains ... ok
[INFO] [stdout] test types::dict::tests::test_copy ... ok
[INFO] [stdout] test types::dict::tests::test_from_sequence ... ok
[INFO] [stdout] test types::dict::tests::test_get_item ... ok
[INFO] [stdout] test types::dict::tests::test_get_item_error_path ... ok
[INFO] [stdout] test types::dict::tests::test_hashmap_into_dict ... ok
[INFO] [stdout] test types::dict::tests::test_del_item_does_not_update_original_object ... ok
[INFO] [stdout] test types::dict::tests::dict_update_if_missing ... ok
[INFO] [stdout] test types::dict::tests::test_del_item ... ok
[INFO] [stdout] test pycell::impl_::tests::test_thread_safety_2 ... ok
[INFO] [stdout] test types::dict::tests::test_items ... ok
[INFO] [stdout] test types::dict::tests::test_from_sequence_err ... ok
[INFO] [stdout] test types::dict::tests::test_iter ... ok
[INFO] [stdout] test types::dict::tests::test_iter_all ... ok
[INFO] [stdout] test types::dict::tests::test_into_iter ... ok
[INFO] [stdout] test types::dict::tests::test_iter_any ... ok
[INFO] [stdout] test types::dict::tests::test_iter_bound ... ok
[INFO] [stdout] test types::dict::tests::test_iter_count ... ok
[INFO] [stdout] test types::dict::tests::test_iter_fold ... ok
[INFO] [stdout] test types::dict::tests::test_iter_key_mutated_constant_len - should panic ... ok
[INFO] [stdout] test types::dict::tests::test_iter_position ... ok
[INFO] [stdout] test types::dict::tests::test_iter_try_fold ... ok
[INFO] [stdout] test types::dict::tests::test_iter_size_hint ... ok
[INFO] [stdout] test types::dict::tests::test_iter_value_mutated ... ok
[INFO] [stdout] test types::dict::tests::test_keys ... ok
[INFO] [stdout] test types::dict::tests::test_iter_key_mutated - should panic ... ok
[INFO] [stdout] test types::dict::tests::test_len ... ok
[INFO] [stdout] test types::dict::tests::test_iter_find ... ok
[INFO] [stdout] test types::dict::tests::test_new ... ok
[INFO] [stdout] test types::dict::tests::test_set_item ... ok
[INFO] [stdout] test types::dict::tests::test_set_item_does_not_update_original_object ... ok
[INFO] [stdout] test types::dict::tests::test_set_item_refcnt ... ok
[INFO] [stdout] test types::dict::tests::test_slice_into_dict ... ok
[INFO] [stdout] test types::dict::tests::test_vec_into_dict ... ok
[INFO] [stdout] test types::dict::tests::test_values ... ok
[INFO] [stdout] test types::ellipsis::tests::test_dict_is_not_ellipsis ... ok
[INFO] [stdout] test types::float::tests::test_pyfloat_comparisons ... ok
[INFO] [stdout] test types::frozenset::tests::test_frozenset_contains ... ok
[INFO] [stdout] test types::float::tests::to_from_f32 ... ok
[INFO] [stdout] test types::ellipsis::tests::test_ellipsis_is_itself ... ok
[INFO] [stdout] test types::frozenset::tests::test_frozenset_iter ... ok
[INFO] [stdout] test types::frame::tests::test_frame_creation ... ok
[INFO] [stdout] test types::float::tests::int_to_float ... ok
[INFO] [stdout] test types::ellipsis::tests::test_ellipsis_type_object_consistent ... ok
[INFO] [stdout] test types::frozenset::tests::test_frozenset_builder ... ok
[INFO] [stdout] test types::frozenset::tests::test_frozenset_iter_bound ... ok
[INFO] [stdout] test types::float::tests::to_from_f64 ... ok
[INFO] [stdout] test types::frozenset::tests::test_frozenset_empty ... ok
[INFO] [stdout] test types::frozenset::tests::test_frozenset_iter_size_hint ... ok
[INFO] [stdout] test types::frozenset::tests::test_iter_count ... ok
[INFO] [stdout] test types::float::tests::test_float_value ... ok
[INFO] [stdout] test types::iterator::tests::length_hint_becomes_size_hint_lower_bound ... ok
[INFO] [stdout] test types::iterator::tests::fibonacci_generator ... ok
[INFO] [stdout] test types::iterator::tests::python_class_iterator ... ok
[INFO] [stdout] test types::iterator::tests::int_not_iterable ... ok
[INFO] [stdout] test types::iterator::tests::iter_item_refcnt ... ok
[INFO] [stdout] test types::genericalias::tests::equivalency_test ... ok
[INFO] [stdout] test types::iterator::tests::length_hint_error ... ok
[INFO] [stdout] test types::iterator::tests::fibonacci_generator_bound ... ok
[INFO] [stdout] test types::frozenset::tests::test_frozenset_new_and_len ... ok
[INFO] [stdout] test types::iterator::tests::send_generator ... ok
[INFO] [stdout] test types::iterator::tests::iter_refcnt ... ok
[INFO] [stdout] test types::iterator::tests::vec_iter ... ok
[INFO] [stdout] test types::list::tests::overflowing_size - should panic ... ok
[INFO] [stdout] test types::iterator::tests::python_class_not_iterator ... ok
[INFO] [stdout] test types::list::tests::test_array_into_pyobject ... ok
[INFO] [stdout] test types::list::tests::test_as_sequence ... ok
[INFO] [stdout] test types::list::tests::test_extract ... ok
[INFO] [stdout] test types::iterator::tests::test_type_object ... ok
[INFO] [stdout] test types::list::tests::test_append ... ok
[INFO] [stdout] test types::list::tests::bad_intopyobject_doesnt_cause_leaks ... ok
[INFO] [stdout] test types::list::tests::test_append_refcnt ... ok
[INFO] [stdout] test types::list::tests::test_get_item ... ok
[INFO] [stdout] test types::list::tests::test_get_slice ... ok
[INFO] [stdout] test types::list::tests::test_insert ... ok
[INFO] [stdout] test types::list::tests::test_insert_refcnt ... ok
[INFO] [stdout] test types::list::tests::test_into_iter ... ok
[INFO] [stdout] test types::list::tests::test_iter ... ok
[INFO] [stdout] test types::list::tests::test_into_iter_bound ... ok
[INFO] [stdout] test types::list::tests::test_iter_any ... ok
[INFO] [stdout] test types::list::tests::test_into_sequence ... ok
[INFO] [stdout] test types::list::tests::test_iter_find ... ok
[INFO] [stdout] test types::list::tests::test_iter_count ... ok
[INFO] [stdout] test types::list::tests::test_iter_all ... ok
[INFO] [stdout] test types::list::tests::test_iter_last ... ok
[INFO] [stdout] test types::list::tests::test_iter_size_hint ... ok
[INFO] [stdout] test types::list::tests::test_iter_nth_back ... ok
[INFO] [stdout] test types::list::tests::test_iter_fold ... ok
[INFO] [stdout] test types::list::tests::test_iter_try_rfold ... ok
[INFO] [stdout] test types::list::tests::test_iter_fold_out_of_bounds ... ok
[INFO] [stdout] test types::list::tests::test_list_contains ... ok
[INFO] [stdout] test types::list::tests::test_list_get_item_invalid_index ... ok
[INFO] [stdout] test types::list::tests::test_iter_nth ... ok
[INFO] [stdout] test types::list::tests::test_len ... ok
[INFO] [stdout] test types::list::tests::test_iter_rev ... ok
[INFO] [stdout] test types::list::tests::test_list_get_item_unchecked_sanity ... ok
[INFO] [stdout] test types::list::tests::test_iter_try_fold ... ok
[INFO] [stdout] test types::list::tests::test_list_index ... ok
[INFO] [stdout] test types::list::tests::test_list_del_item ... ok
[INFO] [stdout] test types::list::tests::test_list_del_slice ... ok
[INFO] [stdout] test types::list::tests::test_iter_rfold ... ok
[INFO] [stdout] test types::list::tests::test_iter_position ... ok
[INFO] [stdout] test types::list::tests::test_list_get_item_sanity ... ok
[INFO] [stdout] test types::list::tests::test_list_set_slice ... ok
[INFO] [stdout] test types::list::tests::test_new ... ok
[INFO] [stdout] test types::list::tests::test_new_from_non_exact_iter ... ok
[INFO] [stdout] test types::list::tests::test_reverse ... ok
[INFO] [stdout] test types::list::tests::test_set_item ... ok
[INFO] [stdout] test types::mapping::tests::test_contains ... ok
[INFO] [stdout] test types::mapping::tests::test_items ... ok
[INFO] [stdout] test types::list::tests::test_set_item_refcnt ... ok
[INFO] [stdout] test types::list::tests::too_short_iterator - should panic ... ok
[INFO] [stdout] test types::list::tests::test_sort ... ok
[INFO] [stdout] test types::mapping::tests::test_del_item ... ok
[INFO] [stdout] test types::mapping::tests::test_get_item ... ok
[INFO] [stdout] test types::mapping::tests::test_type_object ... ok
[INFO] [stdout] test types::mapping::tests::test_len ... ok
[INFO] [stdout] test types::mappingproxy::tests::iter_mappingproxy_nosegv ... ok
[INFO] [stdout] test types::mapping::tests::test_set_item ... ok
[INFO] [stdout] test types::mapping::tests::test_values ... ok
[INFO] [stdout] test types::list::tests::test_list_to_tuple ... ok
[INFO] [stdout] test types::mappingproxy::tests::mappingproxy_keys_view ... ok
[INFO] [stdout] test types::mapping::tests::test_keys ... ok
[INFO] [stdout] test types::mappingproxy::tests::get_value_from_mappingproxy_of_integers ... ok
[INFO] [stdout] test types::mappingproxy::tests::mappingproxy_items_view ... ok
[INFO] [stdout] test types::mappingproxy::tests::mappingproxy_as_mapping ... ok
[INFO] [stdout] test types::mappingproxy::tests::mappingproxy_values_view ... ok
[INFO] [stdout] test types::mappingproxy::tests::test_hashmap_into_python ... ok
[INFO] [stdout] test types::mappingproxy::tests::test_contains ... ok
[INFO] [stdout] test types::mappingproxy::tests::test_btreemap_into_py ... ok
[INFO] [stdout] test types::mappingproxy::tests::test_get_item ... ok
[INFO] [stdout] test types::mappingproxy::tests::test_keys ... ok
[INFO] [stdout] test types::mappingproxy::tests::test_btreemap_into_mappingproxy ... ok
[INFO] [stdout] test types::mappingproxy::tests::test_isempty ... ok
[INFO] [stdout] test types::mappingproxy::tests::test_slice_into_mappingproxy ... ok
[INFO] [stdout] test types::mappingproxy::tests::test_items ... ok
[INFO] [stdout] test types::mappingproxy::tests::test_iter ... ok
[INFO] [stdout] test types::mappingproxy::tests::test_hashmap_into_mappingproxy ... ok
[INFO] [stdout] test types::mappingproxy::tests::get_value_from_mappingproxy_of_strings ... ok
[INFO] [stdout] test types::mappingproxy::tests::test_set_item_refcnt ... ok
[INFO] [stdout] test types::mappingproxy::tests::test_vec_into_mappingproxy ... ok
[INFO] [stdout] test types::mappingproxy::tests::test_values ... ok
[INFO] [stdout] test types::none::tests::test_none_is_none ... ok
[INFO] [stdout] test types::module::tests::module_import_and_name ... ok
[INFO] [stdout] test types::none::tests::test_dict_is_not_none ... ok
[INFO] [stdout] test types::none::tests::test_none_type_object_consistent ... ok
[INFO] [stdout] test types::module::tests::module_from_code_empty_file ... ok
[INFO] [stdout] test types::notimplemented::tests::test_dict_is_not_notimplemented ... ok
[INFO] [stdout] test types::mappingproxy::tests::test_new ... ok
[INFO] [stdout] test types::notimplemented::tests::test_notimplemented_is_itself ... ok
[INFO] [stdout] test types::none::tests::test_none_is_itself ... ok
[INFO] [stdout] test types::num::tests::test_display_int ... ok
[INFO] [stdout] test types::module::tests::module_filename ... ok
[INFO] [stdout] test types::mappingproxy::tests::test_len ... ok
[INFO] [stdout] test types::notimplemented::tests::test_notimplemented_type_object_consistent ... ok
[INFO] [stdout] test types::range::tests::test_py_range_new_with_step ... ok
[INFO] [stdout] test types::num::tests::test_partial_eq ... ok
[INFO] [stdout] test types::sequence::tests::test_del_slice ... ok
[INFO] [stdout] test types::sequence::tests::test_numbers_are_not_sequences ... ok
[INFO] [stdout] test types::sequence::tests::test_seq_cast_unchecked ... ok
[INFO] [stdout] test types::sequence::tests::test_list_coercion ... ok
[INFO] [stdout] test types::sequence::tests::test_seq_del_item ... ok
[INFO] [stdout] test types::sequence::tests::test_lists_coerce_to_tuples ... ok
[INFO] [stdout] test types::range::tests::test_py_range_new ... ok
[INFO] [stdout] test types::sequence::tests::test_seq_contains ... ok
[INFO] [stdout] test types::sequence::tests::test_seq_count ... ok
[INFO] [stdout] test types::sequence::tests::test_seq_concat ... ok
[INFO] [stdout] test types::sequence::tests::test_seq_concat_string ... ok
[INFO] [stdout] test types::sequence::tests::test_seq_index ... ok
[INFO] [stdout] test types::sequence::tests::test_seq_get_item ... ok
[INFO] [stdout] test types::sequence::tests::test_seq_empty ... ok
[INFO] [stdout] test types::sequence::tests::test_seq_inplace ... ok
[INFO] [stdout] test types::sequence::tests::test_seq_iter ... ok
[INFO] [stdout] test types::sequence::tests::test_seq_is_empty ... ok
[INFO] [stdout] test types::sequence::tests::test_seq_get_slice ... ok
[INFO] [stdout] test types::sequence::tests::test_seq_set_item ... ok
[INFO] [stdout] test types::sequence::tests::test_set_slice ... ok
[INFO] [stdout] test types::sequence::tests::test_strings_are_sequences ... ok
[INFO] [stdout] test types::sequence::tests::test_type_object ... ok
[INFO] [stdout] test types::sequence::tests::test_seq_set_item_refcnt ... ok
[INFO] [stdout] test types::set::tests::test_set_add ... ok
[INFO] [stdout] test types::sequence::tests::test_seq_repeat ... ok
[INFO] [stdout] test types::set::tests::test_set_discard ... ok
[INFO] [stdout] test types::sequence::tests::test_strings_coerce_to_lists ... ok
[INFO] [stdout] test types::sequence::tests::test_tuple_coercion ... ok
[INFO] [stdout] test types::set::tests::test_set_contains ... ok
[INFO] [stdout] test types::set::tests::test_set_iter_bound ... ok
[INFO] [stdout] test types::set::tests::test_set_iter_mutation - should panic ... ok
[INFO] [stdout] test types::set::tests::test_iter_count ... ok
[INFO] [stdout] test types::set::tests::test_set_empty ... ok
[INFO] [stdout] test types::slice::tests::test_py_slice_full ... ok
[INFO] [stdout] test types::slice::tests::test_py_slice_indices_new ... ok
[INFO] [stdout] test types::set::tests::test_set_iter_mutation_same_len - should panic ... ok
[INFO] [stdout] test types::set::tests::test_set_iter_size_hint ... ok
[INFO] [stdout] test types::set::tests::test_set_len ... ok
[INFO] [stdout] test types::set::tests::test_set_iter ... ok
[INFO] [stdout] test types::sequence::tests::test_seq_strings ... ok
[INFO] [stdout] test types::string::tests::test_debug_string ... ok
[INFO] [stdout] test types::set::tests::test_set_clear ... ok
[INFO] [stdout] test types::string::tests::test_encode_utf8_surrogate ... ok
[INFO] [stdout] test types::slice::tests::test_py_slice_new ... ok
[INFO] [stdout] test types::string::tests::test_comparisons ... ok
[INFO] [stdout] test types::set::tests::test_set_new ... ok
[INFO] [stdout] test types::string::tests::test_encode_utf8_unicode ... ok
[INFO] [stdout] test types::string::tests::test_display_string ... ok
[INFO] [stdout] test types::set::tests::test_set_pop ... ok
[INFO] [stdout] test types::string::tests::test_py_to_str_surrogate ... ok
[INFO] [stdout] test types::string::tests::test_intern_string ... ok
[INFO] [stdout] test types::string::tests::test_string_data_ucs2 ... ok
[INFO] [stdout] test types::string::tests::test_string_data_ucs1 ... ok
[INFO] [stdout] test types::string::tests::test_pystring_from_bytes ... ok
[INFO] [stdout] test types::string::tests::test_py_to_str_utf8 ... ok
[INFO] [stdout] test types::string::tests::test_py_to_string_lossy ... ok
[INFO] [stdout] test types::string::tests::test_string_data_ucs1_invalid ... ok
[INFO] [stdout] test types::string::tests::test_to_cow_utf8 ... ok
[INFO] [stdout] test types::string::tests::test_string_data_ucs2_invalid ... ok
[INFO] [stdout] test types::string::tests::test_to_string_lossy ... ok
[INFO] [stdout] test types::string::tests::test_to_cow_surrogate ... ok
[INFO] [stdout] test types::string::tests::test_string_from_encoded_object ... ok
[INFO] [stdout] test types::string::tests::test_to_cow_unicode ... ok
[INFO] [stdout] test types::tuple::tests::bad_intopyobject_doesnt_cause_leaks ... ok
[INFO] [stdout] test types::traceback::tests::format_traceback ... ok
[INFO] [stdout] test types::string::tests::test_string_from_encoded_object_with_invalid_encoding_errors ... ok
[INFO] [stdout] test types::string::tests::test_string_data_ucs4 ... ok
[INFO] [stdout] test types::traceback::tests::test_err_from_value ... ok
[INFO] [stdout] test types::traceback::tests::test_err_into_py ... ok
[INFO] [stdout] test types::tuple::tests::bad_intopyobject_doesnt_cause_leaks_2 ... ok
[INFO] [stdout] test types::string::tests::test_string_data_ucs4_invalid ... ok
[INFO] [stdout] test types::traceback::tests::test_create_traceback ... ok
[INFO] [stdout] test types::tuple::tests::overflowing_size - should panic ... ok
[INFO] [stdout] test types::tuple::tests::test_bound_tuple_nth ... ok
[INFO] [stdout] test types::tuple::tests::test_bound_iter_rev ... ok
[INFO] [stdout] test types::tuple::tests::test_bound_tuple_get_item ... ok
[INFO] [stdout] test types::tuple::tests::test_iter_count ... ok
[INFO] [stdout] test types::tuple::tests::test_bound_tuple_nth_back ... ok
[INFO] [stdout] test types::tuple::tests::test_empty ... ok
[INFO] [stdout] test types::tuple::tests::test_iter_last ... ok
[INFO] [stdout] test types::tuple::tests::test_as_slice ... ok
[INFO] [stdout] test types::tuple::tests::test_bound_iter ... ok
[INFO] [stdout] test types::tuple::tests::test_len ... ok
[INFO] [stdout] test types::tuple::tests::test_into_iter_bound ... ok
[INFO] [stdout] test types::tuple::tests::test_new ... ok
[INFO] [stdout] test types::tuple::tests::test_tuple_as_sequence ... ok
[INFO] [stdout] test types::tuple::tests::test_iter_rev ... ok
[INFO] [stdout] test types::tuple::tests::test_into_iter ... ok
[INFO] [stdout] test types::tuple::tests::test_slice ... ok
[INFO] [stdout] test types::tuple::tests::test_iter ... ok
[INFO] [stdout] test types::tuple::tests::test_tuple_lengths_up_to_12 ... ok
[INFO] [stdout] test types::tuple::tests::test_tuple_get_item_invalid_index ... ok
[INFO] [stdout] test types::tuple::tests::test_tuple_get_item_unchecked_sanity ... ok
[INFO] [stdout] test types::tuple::tests::test_tuple_contains ... ok
[INFO] [stdout] test types::tuple::tests::test_tuple_into_sequence ... ok
[INFO] [stdout] test types::tuple::tests::test_tuple_get_item_sanity ... ok
[INFO] [stdout] test types::tuple::tests::test_tuple_to_list ... ok
[INFO] [stdout] test types::typeobject::tests::test_bases_bool ... ok
[INFO] [stdout] test types::tuple::tests::test_tuple_index ... ok
[INFO] [stdout] test types::tuple::tests::too_short_iterator - should panic ... ok
[INFO] [stdout] test types::typeobject::tests::test_mro ... ok
[INFO] [stdout] test types::tuple::tests::too_long_iterator - should panic ... ok
[INFO] [stdout] test types::typeobject::tests::test_type_is_subclass ... ok
[INFO] [stdout] test types::typeobject::tests::test_bases_object ... ok
[INFO] [stdout] test types::typeobject::tests::test_type_is_subclass_of ... ok
[INFO] [stdout] test types::weakref::anyref::tests::pyo3_pyclass::test_weakref_upgrade ... ok
[INFO] [stdout] test types::weakref::anyref::tests::python_class::test_weakref_upgrade ... ok
[INFO] [stdout] test types::typeobject::tests::test_type_names_builtin ... ok
[INFO] [stdout] test types::weakref::anyref::tests::pyo3_pyclass::test_weakref_upgrade_as ... ok
[INFO] [stdout] test types::weakref::anyref::tests::pyo3_pyclass::test_weakref_upgrade_as_unchecked ... ok
[INFO] [stdout] test types::typeobject::tests::test_type_names_standard ... ok
[INFO] [stdout] test types::weakref::anyref::tests::python_class::test_weakref_upgrade_as ... ok
[INFO] [stdout] test types::weakref::anyref::tests::python_class::test_classinfo_downcast_error ... ok
[INFO] [stdout] test types::weakref::proxy::tests::callable_proxy::pyo3_pyclass::test_weakref_upgrade ... ok
[INFO] [stdout] test types::weakref::proxy::tests::callable_proxy::python_class::test_type_object ... ok
[INFO] [stdout] test types::weakref::anyref::tests::python_class::test_classinfo_object ... ok
[INFO] [stdout] test types::weakref::proxy::tests::callable_proxy::pyo3_pyclass::test_weakref_upgrade_as_unchecked ... ok
[INFO] [stdout] test types::weakref::proxy::tests::callable_proxy::python_class::test_weakref_proxy_behavior ... ok
[INFO] [stdout] test types::weakref::proxy::tests::callable_proxy::python_class::test_weakref_upgrade ... ok
[INFO] [stdout] test types::weakref::proxy::tests::proxy::pyo3_pyclass::test_weakref_upgrade ... ok
[INFO] [stdout] test types::weakref::proxy::tests::callable_proxy::pyo3_pyclass::test_weakref_upgrade_as ... ok
[INFO] [stdout] test types::weakref::proxy::tests::proxy::pyo3_pyclass::test_weakref_upgrade_as ... ok
[INFO] [stdout] test types::weakref::proxy::tests::callable_proxy::pyo3_pyclass::test_weakref_proxy_behavior ... ok
[INFO] [stdout] test types::weakref::proxy::tests::proxy::python_class::test_classinfo_downcast_error ... ok
[INFO] [stdout] test types::weakref::proxy::tests::proxy::python_class::test_weakref_get_object ... ok
[INFO] [stdout] test types::weakref::proxy::tests::proxy::pyo3_pyclass::test_weakref_proxy_behavior ... ok
[INFO] [stdout] test types::weakref::proxy::tests::callable_proxy::python_class::test_weakref_upgrade_as_unchecked ... ok
[INFO] [stdout] test types::weakref::proxy::tests::callable_proxy::python_class::test_weakref_upgrade_as ... ok
[INFO] [stdout] test types::typeobject::tests::test_type_names_nested ... ok
[INFO] [stdout] test types::weakref::proxy::tests::proxy::pyo3_pyclass::test_weakref_upgrade_as_unchecked ... ok
[INFO] [stdout] test types::weakref::proxy::tests::proxy::python_class::test_type_object ... ok
[INFO] [stdout] test types::weakref::anyref::tests::python_class::test_weakref_upgrade_as_unchecked ... ok
[INFO] [stdout] test types::weakref::proxy::tests::proxy::python_class::test_weakref_upgrade ... ok
[INFO] [stdout] test types::weakref::reference::tests::pyo3_pyclass::test_weakref_reference_behavior ... ok
[INFO] [stdout] test types::weakref::reference::tests::pyo3_pyclass::test_weakref_upgrade ... ok
[INFO] [stdout] test types::weakref::reference::tests::pyo3_pyclass::test_weakref_upgrade_as ... ok
[INFO] [stdout] test types::weakref::reference::tests::python_class::test_weakref_reference_behavior ... ok
[INFO] [stdout] test types::weakref::proxy::tests::proxy::python_class::test_weakref_upgrade_as ... ok
[INFO] [stdout] test types::weakref::proxy::tests::proxy::python_class::test_weakref_proxy_behavior ... ok
[INFO] [stdout] test types::weakref::reference::tests::python_class::test_type_object ... ok
[INFO] [stdout] test version::test::test_python_version_info_parse ... ok
[INFO] [stdout] test types::weakref::proxy::tests::proxy::python_class::test_weakref_upgrade_as_unchecked ... ok
[INFO] [stdout] test types::weakref::reference::tests::python_class::test_weakref_upgrade_as_unchecked ... ok
[INFO] [stdout] test version::test::test_python_version_info ... ok
[INFO] [stdout] test types::weakref::reference::tests::python_class::test_weakref_upgrade ... ok
[INFO] [stdout] test types::weakref::reference::tests::pyo3_pyclass::test_weakref_upgrade_as_unchecked ... ok
[INFO] [stdout] test types::weakref::reference::tests::python_class::test_weakref_upgrade_as ... ok
[INFO] [stdout] test exceptions::asyncio::tests::IncompleteReadError ... ok
[INFO] [stdout] test exceptions::asyncio::tests::TimeoutError ... ok
[INFO] [stdout] test exceptions::asyncio::tests::QueueFull ... ok
[INFO] [stdout] test exceptions::asyncio::tests::InvalidStateError ... ok
[INFO] [stdout] test exceptions::asyncio::tests::LimitOverrunError ... ok
[INFO] [stdout] test exceptions::asyncio::tests::CancelledError ... ok
[INFO] [stdout] test exceptions::asyncio::tests::QueueEmpty ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- conversions::std::osstr::tests::test_intopyobject_roundtrip stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'conversions::std::osstr::tests::test_intopyobject_roundtrip' (2639) panicked at src/conversions/std/osstr.rs:289:69:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: PyErr { type: <class 'UnicodeEncodeError'>, value: UnicodeEncodeError('ascii', 'Hello\x00\n🐍', 7, 8, 'ordinal not in range(128)'), traceback: None }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x632c697c4508 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x632c697c4508 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x632c697c4508 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x632c697c4508 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x632c697db77a - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x632c697db77a - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x632c697c8e82 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x632c697c8e82 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x632c697a2276 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x632c697a2276 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x632c697bc669 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x632c6971320c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x632c6971320c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x632c697bc8e2 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x632c697bc8e2 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x632c697a2332 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x632c69799be9 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x632c697a304d - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x632c697dbf0c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x632c697dbc82 - core[5a1c3e9896636f3a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x632c696a6a93 - <core[5a1c3e9896636f3a]::result::Result<std[d054f6f42beb1baa]::ffi::os_str::OsString, clarax[488ac6b8ee642d86]::err::PyErr>>::unwrap
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x632c696a6a93 - clarax[488ac6b8ee642d86]::conversions::std::osstr::tests::test_intopyobject_roundtrip::{closure#0}::test_roundtrip::<&std[d054f6f42beb1baa]::ffi::os_str::OsStr>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conversions/std/osstr.rs:289:69
[INFO] [stdout]   22:     0x632c696c7909 - clarax[488ac6b8ee642d86]::conversions::std::osstr::tests::test_intopyobject_roundtrip::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conversions/std/osstr.rs:293:13
[INFO] [stdout]   23:     0x632c693a18cf - <clarax[488ac6b8ee642d86]::marker::Python>::attach::<clarax[488ac6b8ee642d86]::conversions::std::osstr::tests::test_intopyobject_roundtrip::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/marker.rs:412:9
[INFO] [stdout]   24:     0x632c696d3d7d - clarax[488ac6b8ee642d86]::conversions::std::osstr::tests::test_intopyobject_roundtrip
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conversions/std/osstr.rs:280:9
[INFO] [stdout]   25:     0x632c696c74a7 - clarax[488ac6b8ee642d86]::conversions::std::osstr::tests::test_intopyobject_roundtrip::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conversions/std/osstr.rs:279:37
[INFO] [stdout]   26:     0x632c694deb26 - <clarax[488ac6b8ee642d86]::conversions::std::osstr::tests::test_intopyobject_roundtrip::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x632c697062eb - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x632c697062eb - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   29:     0x632c69713b65 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   30:     0x632c69713b65 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   31:     0x632c69713b65 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x632c69713b65 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x632c69713b65 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x632c69713b65 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   35:     0x632c69713b65 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   36:     0x632c6970e6c4 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   37:     0x632c6970e6c4 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   38:     0x632c69716be2 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   39:     0x632c69716be2 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x632c69716be2 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41:     0x632c69716be2 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x632c69716be2 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x632c69716be2 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   44:     0x632c69716be2 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x632c697c3e2f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   46:     0x632c697c3e2f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   47:     0x7722fb7f1aa4 - <unknown>
[INFO] [stdout]   48:     0x7722fb87ea64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- conversions::std::path::tests::test_from_pystring stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'conversions::std::path::tests::test_from_pystring' (2642) panicked at src/conversions/std/path.rs:191:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: PyErr { type: <class 'UnicodeEncodeError'>, value: UnicodeEncodeError('ascii', 'Hello\x00\n🐍', 7, 8, 'ordinal not in range(128)'), traceback: None }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x632c697c4508 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x632c697c4508 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x632c697c4508 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x632c697c4508 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x632c697db77a - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x632c697db77a - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x632c697c8e82 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x632c697c8e82 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x632c697a2276 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x632c697a2276 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x632c697bc669 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x632c6971320c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x632c6971320c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x632c697bc8e2 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x632c697bc8e2 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x632c697a2332 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x632c69799be9 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x632c697a304d - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x632c697dbf0c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x632c697dbc82 - core[5a1c3e9896636f3a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x632c696c6f10 - <core[5a1c3e9896636f3a]::result::Result<std[d054f6f42beb1baa]::path::PathBuf, clarax[488ac6b8ee642d86]::err::PyErr>>::unwrap
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x632c696c6f10 - clarax[488ac6b8ee642d86]::conversions::std::path::tests::test_from_pystring::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conversions/std/path.rs:191:57
[INFO] [stdout]   22:     0x632c693a077f - <clarax[488ac6b8ee642d86]::marker::Python>::attach::<clarax[488ac6b8ee642d86]::conversions::std::path::tests::test_from_pystring::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/marker.rs:412:9
[INFO] [stdout]   23:     0x632c696d3d2d - clarax[488ac6b8ee642d86]::conversions::std::path::tests::test_from_pystring
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conversions/std/path.rs:188:9
[INFO] [stdout]   24:     0x632c696c6bc7 - clarax[488ac6b8ee642d86]::conversions::std::path::tests::test_from_pystring::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conversions/std/path.rs:187:28
[INFO] [stdout]   25:     0x632c694de526 - <clarax[488ac6b8ee642d86]::conversions::std::path::tests::test_from_pystring::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x632c697062eb - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x632c697062eb - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   28:     0x632c69713b65 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   29:     0x632c69713b65 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x632c69713b65 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x632c69713b65 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x632c69713b65 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x632c69713b65 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   34:     0x632c69713b65 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   35:     0x632c6970e6c4 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   36:     0x632c6970e6c4 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x632c69716be2 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   38:     0x632c69716be2 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   39:     0x632c69716be2 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x632c69716be2 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x632c69716be2 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x632c69716be2 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   43:     0x632c69716be2 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x632c697c3e2f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   45:     0x632c697c3e2f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x7722fb7f1aa4 - <unknown>
[INFO] [stdout]   47:     0x7722fb87ea64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- conversions::std::path::tests::test_intopyobject_roundtrip stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'conversions::std::path::tests::test_intopyobject_roundtrip' (2643) panicked at src/conversions/std/path.rs:175:68:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: PyErr { type: <class 'UnicodeEncodeError'>, value: UnicodeEncodeError('ascii', 'Hello\x00\n🐍', 7, 8, 'ordinal not in range(128)'), traceback: None }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x632c697c4508 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x632c697c4508 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x632c697c4508 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x632c697c4508 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x632c697db77a - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x632c697db77a - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x632c697c8e82 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x632c697c8e82 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x632c697a2276 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x632c697a2276 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x632c697bc669 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x632c6971320c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x632c6971320c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x632c697bc8e2 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x632c697bc8e2 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x632c697a2332 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x632c69799be9 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x632c697a304d - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x632c697dbf0c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x632c697dbc82 - core[5a1c3e9896636f3a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x632c696a545e - <core[5a1c3e9896636f3a]::result::Result<std[d054f6f42beb1baa]::path::PathBuf, clarax[488ac6b8ee642d86]::err::PyErr>>::unwrap
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x632c696a545e - clarax[488ac6b8ee642d86]::conversions::std::path::tests::test_intopyobject_roundtrip::{closure#0}::test_roundtrip::<&std[d054f6f42beb1baa]::path::Path>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conversions/std/path.rs:175:68
[INFO] [stdout]   22:     0x632c696c739a - clarax[488ac6b8ee642d86]::conversions::std::path::tests::test_intopyobject_roundtrip::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conversions/std/path.rs:179:13
[INFO] [stdout]   23:     0x632c693a08ff - <clarax[488ac6b8ee642d86]::marker::Python>::attach::<clarax[488ac6b8ee642d86]::conversions::std::path::tests::test_intopyobject_roundtrip::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/marker.rs:412:9
[INFO] [stdout]   24:     0x632c696d3d4d - clarax[488ac6b8ee642d86]::conversions::std::path::tests::test_intopyobject_roundtrip
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conversions/std/path.rs:168:9
[INFO] [stdout]   25:     0x632c696c6c27 - clarax[488ac6b8ee642d86]::conversions::std::path::tests::test_intopyobject_roundtrip::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conversions/std/path.rs:167:37
[INFO] [stdout]   26:     0x632c694de5a6 - <clarax[488ac6b8ee642d86]::conversions::std::path::tests::test_intopyobject_roundtrip::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x632c697062eb - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x632c697062eb - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   29:     0x632c69713b65 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   30:     0x632c69713b65 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   31:     0x632c69713b65 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x632c69713b65 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x632c69713b65 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x632c69713b65 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   35:     0x632c69713b65 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   36:     0x632c6970e6c4 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   37:     0x632c6970e6c4 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   38:     0x632c69716be2 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   39:     0x632c69716be2 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x632c69716be2 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41:     0x632c69716be2 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x632c69716be2 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x632c69716be2 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   44:     0x632c69716be2 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x632c697c3e2f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   46:     0x632c697c3e2f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   47:     0x7722fb7f1aa4 - <unknown>
[INFO] [stdout]   48:     0x7722fb87ea64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     conversions::std::osstr::tests::test_intopyobject_roundtrip
[INFO] [stdout]     conversions::std::path::tests::test_from_pystring
[INFO] [stdout]     conversions::std::path::tests::test_intopyobject_roundtrip
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 825 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.84s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "3522c8c76c86d41e682419d48017213643f0a05a6175a3e4cf8971b4fd72a7ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3522c8c76c86d41e682419d48017213643f0a05a6175a3e4cf8971b4fd72a7ec", kill_on_drop: false }`
[INFO] [stdout] 3522c8c76c86d41e682419d48017213643f0a05a6175a3e4cf8971b4fd72a7ec
